Update for nightly
authorCody P Schafer <dev@codyps.com>
Tue, 2 Dec 2014 03:11:20 +0000 (22:11 -0500)
committerCody P Schafer <dev@codyps.com>
Wed, 3 Dec 2014 07:25:18 +0000 (02:25 -0500)
commit631210790dfd0a813545ab041e2fcc3df4e64fbe
treee2f067cbc55137ce6e26adf3b95675991c2ad65a
parent5a80c023690bc6171eccadcc49075d1b3edec8ce
Update for nightly

I'm a bit shaky on the profile.rs changes (`thread_local!` and `RefCell`
relplacing `local_data_key!`), do make sure I haven't royally screwed
something up there.

Note that I haven't sucessfully run the various test_cargo_cross_compile
tests as I don't have an i686-unknown-linux-gnu rustc sitting around.
16 files changed:
Cargo.lock
src/bin/cargo.rs
src/cargo/core/source.rs
src/cargo/sources/git/utils.rs
src/cargo/sources/registry.rs
src/cargo/util/errors.rs
src/cargo/util/paths.rs
src/cargo/util/profile.rs
src/registry/lib.rs
src/rustversion.txt
tests/resolve.rs
tests/support/mod.rs
tests/support/paths.rs
tests/support/registry.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_test.rs